home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / Source / Telnet 2.6.1d1 4⁄26⁄94 Folder / source / config / Sets.proto.h < prev   
Text File  |  1993-11-01  |  323b  |  11 lines

  1. void    SETSunload(void);
  2. void readconfig(FSSpec theSet);
  3. void SaveSet(void);
  4. void LoadSet(void);
  5. char Myfgetc(short myfile);
  6. void CStringToFile(short myfile, unsigned char *mystring);
  7. short ncstrcmp(char *sa, char *sb);
  8. Boolean affirmative( char *s);
  9. Boolean Sissep( char c);
  10. short confile( char *s);
  11. short contoken( char c);